Package edu.uky.ai.tic.ai
Interface Bot
- All Known Implementing Classes:
AlphaBetaBot,MinMaxBot,RandomBot
public interface Bot
A bot is an artificially intelligent agent which, given the state of game,
decides which move to make next.
- Author:
- Stephen G. Ware
-
Method Summary
Modifier and Type Method Description DecisionchooseMove(State state)